Package com.cisco.pt.ipc.sim.impl
Class DialPeerImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.DialPeerImpl
Information provided by the PKI file:
\class CDialPeer
\brief CDialPeer holds and manipulates dial peers for VOIP.
\example network().getDevice("Router0").getProcess("CMEProcess").getDialPeer(1)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionDialPeerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:intInformation provided by the PKI file:voidsetDestLineNumber(String lineNum) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
DialPeerImpl
public DialPeerImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getDialPeerTag
public int getDialPeerTag()Information provided by the PKI file:
\brief Returns the dial peer tag. \returns int, the dial peer tag.- Specified by:
getDialPeerTagin interfaceDialPeer- Returns:
- int Returns a int
-
getDestLineNumber
Information provided by the PKI file:
\brief Returns the destination line number. \returns string, the destination line number.- Specified by:
getDestLineNumberin interfaceDialPeer- Returns:
- String Returns a String
-
setDestLineNumber
Information provided by the PKI file:
\brief Sets the destination line number. \param string, the destination line number to set this dial peer to.- Specified by:
setDestLineNumberin interfaceDialPeer- Parameters:
lineNum- Takes in a parameter of lineNum
-